Essentially, I am having the same issue as this guy, minus the table prefix. Because I have no table prefix, his fix does not work. http://forums.laravel.com/viewtopic.php?i
I received the same error because I forgot to set the table type to InnoDB on the referenced table:
$table->engine = 'InnoDB';