Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again.

If you're using SQLAzureMW against the latest release of Azure SQL, you need CU5 applied to the machine you're doing the conversion on.  That'll implicitly add the required clustered index to each table and get past the error.  Cheers.