This ticket is a duplicate of this one
http://trac.symfony-project.org/ticket/7272
but it's more a Doctrine bug than a symfony one.
When trying to make a diff on schema with inheritance, the task breaks when trying to load a model inherited from an other one. I think this is because the inherited model might be loaded before his ancestor.