Update error in OJS-3.2

I am getting this error when i tried to update OJS version 3.1.2.4-3.2

Error text: A database error has occurred: Table ‘database_name.email_templates_data’ doesn’t exist

For security, i renamed database name.

I received the same error after trying to continue the upgrade script upon a previous error. The table is deleted as the last step in /dbscripts/xml/upgrade/3.2.0_update.xml

Please let me know if there are any solutions @klausru

As to my experiences, you need to clarify first whether the upgrade script encountered an error - so do not try to continue upon an error.
Switch all error reportings in config.inc.php to “on”, make backups of the original system, test the upgrade process on a separate development server where you can always delete the database, repopulate the db with an original sql backup dump, and then re-run the script until things run smoothly.
Taking for granted that you use the php-cli on the command-line - giving you more convenience and information about the system.
PS.: This was my error I stumpled upon in my install procedure: OJS3.2 Upgrade Error - Please help

Best
Klaus