Thanks for this installer code, was very helpful for me.
In case anyone else wants to use it in Drupal 6, you only need to make 1 small chage,
Replace this:
function sql_profile_final() {
Into this:
function sql_profile_tasks(&$task, $url) {
And you're good to go