Heres a start... for 2003 with 2.0 you need to modify the sms_def.mof
select SMS_R_System.NetbiosName, SMS_G_System_PATCHSTATE.Product, SMS_G_System_PATCHSTATE.QNumbers from SMS_R_System inner join SMS_G_System_PATCHSTATE on SMS_G_System_PATCHSTATE.ResourceID = SMS_R_System.ResourceId where SMS_G_System_PATCHSTATE.Status = "Applicable"