With very happy, I come to inform the real solution for 1º ERROR :
Include condition for create table in the file:
dbscripts/xml/upgrade/3.2.0_preupdate_versioning_articleGalleySettings.xml
Before:
<query>CREATE TABLE submission_galley_settings ..
After:
<query>CREATE TABLE IF NOT EXISTS submission_galley_settings ..
PS.: I tried to fix the response for 1º ERROR on top for this post, but it was not possible.