Custom install profile fails by some dependencies

I created my own custom install profile which can be found here. I installed a platform with this installation profile in the 'static' folder using the make file (same repository, 'drush.make'). I verified the platform in Aegir, which finishes with success. However, when I add a site with the custom installation profile selected, some errors appear.

In the .info file I specified some (contrib) dependencies which are downloaded with the makefile. Some modules work (Token, Backup & Migrate, l10n_update, ...), some do not (wysiwyg, pathauto, views, ...). See the .info file for explanation.

The dependencies that don't work are giving the following error: PDOException Object ( [message:protected] => SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'globalredirect' for key 'PRIMARY' [string:Exception:private] => [code:protected] => 23000

It is especially strange because some contrib modules give the error, while some do not.