The database update from 6.x.1.2 to 6.x.2.0 can fail because there are no curly braces around the db table name in gmaplocation_update_200() in gmaplocation.install. The code should read as follows:

$ret[] = update_sql("UPDATE {permission} SET perm = REPLACE(perm, '$old_permission', '$new_permission')");