Zend autoloader can accept several autoloaders:
$autoloader->pushAutoloader(array('ezcBase', 'autoload'), 'ezc');
The above is directly from the manual and shows how to enable the ezComponents autoloader (now Zeta Components) as an additional loader. You can try to go this route by providing Sfs Autoloader.