I do not recommend to create an alpha channel. You need alpha channel only when you want parts of the image to be partially transparent.

For a sprite, use a PCX with a black part as you did, but do not set d3d_autotransparency. Otherwise you need to set the top-left pixel as Quadraxas said.