Copy of additional information from Upgrade from 10.0.1 to 11.0.5 - Issues with MYSQL - #26 by Nightshade on this topic, too (for completeness):
An unique key also needs to be added manually by:
ALTER TABLE `org_saml_config` ADD UNIQUE KEY `domain` (`domain`);